The following lists direct links to pages in this help file that contain easy-to-follow code examples.
Use Start and Marshal to execute functions without blocking the User Interface.
Connect to a remote host then send and receive data using TCP.
Authenticate a connection to a server to establish secure communication.
Update the UI when the component's state changes (for example, from connected to closed).
Create a high-performance server using IO completion ports.
Create a server using a dedicated thread for each connection.
Authenticate a connected client to establish a secure connection.
Query a DNS server for an email address's mail servers, and a hostname's IP.
Send and receive data between two UDP objects.
Join and leave a multicast group, send data to and receive data from a multicast group.